home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Programmer Disk
/
The Programmer Disk (Microforum).iso
/
xpro
/
c4
/
pro5
/
alarm.mak
< prev
next >
Wrap
Text File
|
1988-11-09
|
305b
|
10 lines
# Make file assumes that your compiler has both real and protected
# mode libraries in your LIB path, if you are running only OS/2
# protected mode libraries remove the -Lp option from this make file
alarm.obj: alarm.c
cl -Lp -G2sw -Ox -c alarm.c
alarm.exe: alarm.obj
cl -Lp -G2sw -Ox alarm